home *** CD-ROM | disk | FTP | other *** search
/ My Neighborhood / My Neighborhood.iso / mac / MacFiles / Police.Dxr / 00079.ls < prev    next >
Encoding:
Text File  |  1997-11-18  |  127 b   |  9 lines

  1. on exitFrame
  2.   repeat while soundBusy(1)
  3.     if the mouseDown then
  4.       sound stop 1
  5.       pass()
  6.     end if
  7.   end repeat
  8. end
  9.